home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 2 (Reseller) / Apple R&P Lib Reseller v2.0.iso / 3-Demos / HyperCard Demos / HyperMovies / CL⁄1 / CL_1 / background_6049.txt < prev    next >
Text File  |  1989-10-27  |  907b  |  46 lines

  1. -- background: 6049 from stack: in
  2. -- bmap block id: 9606
  3. -- flags: 4000
  4. -- background id: 0
  5. -- name: Setup
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=5 top=8 right=44 bottom=68
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   doMenu Quit HyperCard
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 4 (button)
  28. -- low flags: 00
  29. -- high flags: 2000
  30. -- rect: left=66 top=259 right=301 bottom=110
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 29114 / 29114
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: goBack
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   visual zoom close to black
  42.   visual zoom close
  43.   go to card id 5341 of stack "Home"
  44. end mouseUp
  45.  
  46.